home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / MUBBS / MUBBS Mod Shells 4⁄92.cpt / Shells / Module Shell ThC 4.x / Programming Modules Extra.TXT < prev    next >
Text File  |  1992-01-23  |  753b  |  21 lines

  1. Programming modules extras:
  2.  
  3. To figure out what things to do, it's easier to copy and paste
  4. from other module's source code. If it's already been done, then
  5. why re-write it?
  6.  
  7. Create a "project" file and then "add" to that project ALL the .c
  8. files you have for other module source. (just go to their folders
  9. and pick them, you don't have to make a copy of each and every one)
  10.  
  11. You can then use Think C's SEARCH feature to search through ALL
  12. the source files for keywords of things you are making.
  13.  
  14. The modules are a great source for stuff that would take you hours
  15. to write.
  16.  
  17. Don't write it if it has already been written! Thats the idea behind
  18. releasing your source code to others, so they can build on top of
  19. what you have done and MUBBS gets better!
  20.  
  21.